projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5d0314
)
(telnet-host-properties): Initialize it properly.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 9 Aug 1997 17:35:22 +0000
(17:35 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 9 Aug 1997 17:35:22 +0000
(17:35 +0000)
lisp/telnet.el
patch
|
blob
|
history
diff --git
a/lisp/telnet.el
b/lisp/telnet.el
index 3b2fbc8f9e81bd99ba7ef524d7447597996e2964..034c0341a6f2a7c6565a57260dd36e50b35c5af6 100644
(file)
--- a/
lisp/telnet.el
+++ b/
lisp/telnet.el
@@
-53,7
+53,7
@@
(require 'comint)
-(defvar telnet-host-properties
+(defvar telnet-host-properties
()
"Specify which telnet program to use for particular hosts.
Each element has the form (HOSTNAME PROGRAM [LOGIN-NAME])
HOSTNAME says which machine the element applies to.